type runtime.spanInlineMarkBits

5 uses

	runtime (current package)
		mbitmap.go#L574: 		base -= unsafe.Sizeof(spanInlineMarkBits{})
		mgcmark_nogreenteagc.go#L35: func (s *mspan) inlineMarkBits() *spanInlineMarkBits {
		mgcmark_nogreenteagc.go#L44: type spanInlineMarkBits struct {
		mgcmark_nogreenteagc.go#L47: func (q *spanInlineMarkBits) tryAcquire() bool {
		mheap.go#L1465: 					reserve += unsafe.Sizeof(spanInlineMarkBits{})